View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Dispatcher / Unregister(Store) Method

Unregisters the provided store from notifications.

This is a public method.

public bool Unregister(Store store)

Parameters

Returns bool

Returns true if the store was unregistered; otherwise false.

Exceptions

See Also